projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7a74d2
)
(c-style-alist) <gnu>:
author
Richard M. Stallman
<rms@gnu.org>
Thu, 14 Aug 1997 22:10:02 +0000
(22:10 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 14 Aug 1997 22:10:02 +0000
(22:10 +0000)
Set c-comment-continuation-stars and c-hanging-comment-ender-p.
lisp/progmodes/cc-styles.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-styles.el
b/lisp/progmodes/cc-styles.el
index 9e37dba4186f5b97e7fad392137e053f05bd2fca..daaf762d77c4a81ded868e9d65cc9f4bb131b041 100644
(file)
--- a/
lisp/progmodes/cc-styles.el
+++ b/
lisp/progmodes/cc-styles.el
@@
-43,6
+43,8
@@
(arglist-close . c-lineup-arglist)
))
(c-special-indent-hook . c-gnu-impose-minimum)
+ (c-comment-continuation-stars . "")
+ (c-hanging-comment-ender-p . t)
)
("k&r"
(c-basic-offset . 5)